home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / editor / writ4144.rdm < prev   
Text File  |  1996-02-22  |  8KB  |  185 lines

  1. Short:    Highly configurable modular texteditor
  2. Author:   rael@edge.ping.de
  3. Uploader: tob@blanker.ruhr.de
  4. Type:     text/edit
  5.  
  6. long description:
  7.  
  8.                             WRITE - Ein Texteditor
  9.  
  10.                                  VERSION 4.144
  11.  
  12.                                (C) Tim Teulings
  13.  
  14. English
  15. =======
  16.  
  17. Powerfull    texteditor.    Shareware    (30DM)    with    some    features
  18. disabled/limited.  Only  german  documentation   availale   !!!   Keyboard,
  19. mouse   (using    Commodities-descriptions)    and    menues    are    full
  20. konfigurable  via  GUI  or  ASCII-textfile.  Different  configurations   at
  21. the  same  time  (with  one  ditor  in  memory)  can  be   used   and   are
  22. automaticaly managed.so you  can  write  your  mails  in  one  window  with
  23. wordwrap  on,  using  othe  5   windows   with   your   favoured   c-macros
  24. somewhere on the keyboard at the same time  to  programm,  compleeting  the
  25. documentation... Version  4  adds  a  modulesystem.  It  is  now  possibile
  26. to  build  an  configuration  but  putting  together  small  modules.  This
  27. modules can be  reused  and  shared  between  different  configurations  at
  28. the same  time.Powerful  AREXX-interface  (over  160  functions  with  many
  29. different options, more than 80 variables, giving you a full  view  of  the
  30. internals of the editor.). Posibillity to define more custom variables  und
  31. macros. Onlinehelp via Amigaguide. Possibility  of  recording  and  playing
  32. macros on the fly. Text can be folded. the GUI is 100%  fontsensitive.  The
  33. Editor can be localized using the locale.library (catalogs for english  and
  34. German are available). Clipboard is supported. Undo with konfigurable steps
  35. is also implemented. The editor  supports  publicscreens,  has  komfortable
  36. search & replace, many AREXX-scripts and much much more...
  37.  
  38. German
  39. ======
  40.  
  41. leistungsstarker Texteditor. Shareware eingeschraenkt  (30DM).  Nur  deutsche
  42. Anleitung. Vollkonfigurierbare Tastatur, Maus (ueber
  43. Commoditiesbeschreibungen) und Menues ueber GUI oder Textfile.  Kann  mehrere
  44. Konfigurationen gleichzeitig und vollautomatisch verwalten. In einem  Fenster
  45. eine  Mail  mit  Wordwrap  schreiben,  in   fuenf   anderen   Fenstern   eine
  46. Konfiguration  mit  allen  wichtigen   C-Skripts   auf   beliebigen   Tasten.
  47. Gleichzeitig, in  einem  anderen  Fenster  wieder  Wordwrap,  aber  spezielle
  48. TeXkommandos auf den Funktionstasten, um die Aleitung zu vervollstaendigen...
  49. Mit der Version 4 kommt  hierzu  ein  Modulsystem  welches  es  erlaubt  eine
  50. Konfiguration aus einzelnen kleinen Modulen zusammensetzen.  Einzelne  Module
  51. können wiederverwendet und auch  von  mehreren  Konfigurationen  gleichzeitig
  52. benutzt werden. Leistungsstarke AREXX-Schnittstelle (mehr als 160 Befehle mit
  53. vielen Optionen, mehr als 80 Variablen, die vollstaendige Informationen ueber
  54. alle Editorinterna liefern). Dazu  die  Moeglichkeit  weitere  Variablen  und
  55. Makros zu  definieren  Onlinehelp  ueber  Amigaguide.  Makros  aufnehmen  und
  56. beliebig oft abspielen. Textstellen koennen beliebig  tief  gefaltet  werden.
  57. die  Obeflaeche  ist  100%  fontsensitiv.   Der   Editor   kann   ueber   die
  58. Locale-Library lokalisiert werden. Catalogs fuer English und  Deutsch  liegen
  59. bei. Clipboard wird unterstuetzt. Undo mit  beliebig  vielen  Schritten.  Der
  60. Editor unterstuetzt Pulicscreens. Kompfortables Suchen  und  Ersetzen,  viele
  61. AREXX-scripts und vieles mehr.
  62.  
  63. ---------------------------------------------------------------------------
  64. ---------------------------------------------------------------------------
  65.  
  66. ENGLISH:
  67.  
  68.   Differences between the full version and the demoversion:
  69.  
  70.   * The following functions are deactivated:
  71.  
  72.     - SAVEBUFFER
  73.     - BUFFERTOCLIP
  74.  
  75.   * The function  SAVE will only store files with maximal 1000 lines.
  76.  
  77. ---------------------------------------------------------------------------
  78.  
  79. DEUTSCH:
  80.  
  81.   Unterschiede Vollversion <-> Demoversion :
  82.  
  83.   * Folgende Befehle sind gesperrt :
  84.  
  85.     - SAVEBUFFER
  86.     - BUFFERTOCLIP
  87.  
  88.   * Die Funktion SAVE speichert nur Texte bis zu 1000 Zeilen.
  89.  
  90. ---------------------------------------------------------------------------
  91.  
  92.  WRITE version 4.144
  93.  
  94.  Changes since version 4.137
  95.  
  96.  * hui.library uses now TextExent() Instead of TextLength for
  97.    sizecalculation of labels in frames.
  98.  
  99.  * Remove the rest of the one-letter flags in the windowtitle.
  100.  
  101.  * Raised the limit for saving in the demoversion upto 1000 lines.
  102.  
  103.  * Name of the tooltype "SCREEN" for QuickWrite was misleading. Renamed it
  104.    to "SCREENTOFRONT" which really says what it does.
  105.  
  106.  * Fixed bug in handling of listrequesters: When opened, the first entry
  107.    was shown as selected, but doing an action on it via keyboard (RETURN)
  108.    did not worked. Fixed.
  109.  
  110.  * _PUBLICSCREEN was not stored in the config-file. Fixed.
  111.  
  112.  * Fixed bug in installerscript introduced in the last version:
  113.    Fileflags of the installed QuickStarter were not set correctly.
  114.  
  115. ---------------------------------------------------------------------------
  116.  
  117.  Changes since version 4.126
  118.  
  119.  * It seems that the installer does not set the "p"-flag of QuickWrite,
  120.    when copying..
  121.    It does this now manually.
  122.  
  123.  * When wordwrap was on, indent#0 and you typed in a word without any
  124.    spaces, WRITE chrashed when the cursor reached a wordwrap-situation.
  125.    Fixed.
  126.  
  127.  * Removed flags "*" and "E" in titleline of editor window and exchanged
  128.    them with text (like "(modified)") between positioninformation
  129.    and filename. All other flags are likely to be deleted in the future.
  130.  
  131. ---------------------------------------------------------------------------
  132.  
  133.  Changes since version 4.102
  134.  
  135.  * The history-listrequester in the getfindreplace-requester now will only
  136.    pop up, when there is an entry in the history. If not the screen simply
  137.    will flash.
  138.  
  139.  * Fixed bug in select.image by not displaying imagebuttons when under
  140.    OS 2.0 or 2.1. This is due to the fact that select.image does not work
  141.    under OS 2.0 and 2.1. The author is working on it.
  142.  
  143.  * Fixed bug in line-displayroutine when displaying a one-line-long maked
  144.    block in cetain situations.
  145.  
  146.  * Recompiled write.library and QuickWrite with SAS/C 6.56.
  147.  
  148.  * WRITE now checks if the directories, where the #?.pp-files will be
  149.    created, is writeable. If not, no .pp-files will be generated. Result:
  150.    no more problems with starts from CD-ROMs.
  151.  
  152.  * Fixed bug with cursorplacement when first opening a window. Was
  153.    introduced in one of the last versions.
  154.  
  155.  * HUI and QuickWrite now search for external resources (libraries,
  156.    boopsi-classes) also PROGDIR:-relativ.
  157.  
  158.    Also WRITE and write.library use PROGDIR: if ENV:WRITEPATH is not
  159.    available.
  160.  
  161.    This means that WRITE now should again be startable directly from the
  162.    unenpacked distribution-archive without any nerving requesters.
  163.  
  164.  * Fixed bug in hui.library when resizing windows containing a
  165.    textfield.gadget with scroller.
  166.  
  167.  * Reimplemented internal text-class. It is much more powerfull now
  168.    supporting alignment and style commandos via escape-sequences. WRITE
  169.    supports this for every userdefinable requestertext (shouldn't be that
  170.    usefull, but it was just a few lines).
  171.  
  172.    Exspecially the new text-class supports also "\t" for tabulators.
  173.    See the settings for the help-key in HELP.MENU for an example.
  174.  
  175. ---------------------------------------------------------------------------
  176.  
  177.  Changes since version 4.97
  178.  
  179.  * Fixed again the handling of casesensitive menues. At last it should work
  180.    now.
  181.  
  182. ---------------------------------------------------------------------------
  183.  
  184. [...]
  185.